From 9fe4ac003cd0421e5a556a7ffd1ff5f0bf283d3a Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 23 Apr 2001 18:20:44 +0000 Subject: [PATCH] put into #ifdef GDK_WINDOWING_X11 to make GTK+ compile for non-X11 targets 2001-04-23 Sven Neumann * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+ compile for non-X11 targets again --- ChangeLog | 5 +++++ ChangeLog.pre-2-0 | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-2 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkplug.c | 6 ++++++ 8 files changed, 41 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4ef366ca18..cab4641994 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-04-23 Sven Neumann + + * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+ + compile for non-X11 targets again + 2001-04-20 Alexander Larsson * gtk/gtkcolorsel.[ch]: diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 4ef366ca18..cab4641994 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +2001-04-23 Sven Neumann + + * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+ + compile for non-X11 targets again + 2001-04-20 Alexander Larsson * gtk/gtkcolorsel.[ch]: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 4ef366ca18..cab4641994 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2001-04-23 Sven Neumann + + * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+ + compile for non-X11 targets again + 2001-04-20 Alexander Larsson * gtk/gtkcolorsel.[ch]: diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 4ef366ca18..cab4641994 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2001-04-23 Sven Neumann + + * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+ + compile for non-X11 targets again + 2001-04-20 Alexander Larsson * gtk/gtkcolorsel.[ch]: diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 4ef366ca18..cab4641994 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2001-04-23 Sven Neumann + + * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+ + compile for non-X11 targets again + 2001-04-20 Alexander Larsson * gtk/gtkcolorsel.[ch]: diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 4ef366ca18..cab4641994 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2001-04-23 Sven Neumann + + * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+ + compile for non-X11 targets again + 2001-04-20 Alexander Larsson * gtk/gtkcolorsel.[ch]: diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 4ef366ca18..cab4641994 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2001-04-23 Sven Neumann + + * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+ + compile for non-X11 targets again + 2001-04-20 Alexander Larsson * gtk/gtkcolorsel.[ch]: diff --git a/gtk/gtkplug.c b/gtk/gtkplug.c index 78d9d5128f..bd769f01fc 100644 --- a/gtk/gtkplug.c +++ b/gtk/gtkplug.c @@ -25,6 +25,10 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +#include "gdkconfig.h" + +#ifdef GDK_WINDOWING_X11 + #include "gtkmain.h" #include "gtkplug.h" @@ -714,3 +718,5 @@ gtk_plug_filter_func (GdkXEvent *gdk_xevent, GdkEvent *event, gpointer data) return GDK_FILTER_CONTINUE; } + +#endif /* GDK_WINDOWING */ -- 2.30.2